home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / polygons.doc < prev    next >
Text File  |  1995-03-31  |  1KB  |  30 lines

  1. (User.programs) 
  2. Item: 247 by _bmenees at hpcvbbs.UUCP 
  3. Author: [bill menees] 
  4.   Keyw: generating regular polygons 
  5.   Date: Tue Mar 12 1991 
  6.  
  7. LINPLY takes a number and generates that sided polygon.  Then it draws lines 
  8.          from all vertices to all others. 
  9.  
  10. POLYGONS draws the simple edges of an n-sided polygon.  You give it a number. 
  11.  
  12. RNDLIN is stupid and just draws random lines!  But it does have sound if you 
  13.          want. 
  14.  
  15. SHOPICS animates the grobs made by GENPICS. 
  16.  
  17. GENPICS stores multiple grobs in PICS and saves it in a variable for shopics. 
  18.          The pictures take lots of memory if you animate very far. 
  19.  
  20. SHOSTP is a real num used as a step value by GEMPICS. 
  21.  
  22. N1 is the beginning poly size; N2 is the final poly size.  If N1 is 7 and N2 is 
  23.          8 and SHOSTP is .25 grobs will be generated and stored for foDD five 
  24.          polygons: 7.7.25,7.50,7.75,8. 
  25.  
  26. Press SHOPICS to animate these. 
  27.  
  28. GENPICS must be done first before SHOPICS to generate the images as I didn't 
  29.          want to make the file large. 
  30.